Skip to main content
Version: Next

Wireless M-Bus

This category contains functions specific to Wireless M-Bus devices.

api.wmbusSetup(operation, ...)

Changes the configuration of wM-Bus.

api.wmbusSetHeader(cfield, manid, id, version, devtype, ci)

Sets wM-Bus header.

api.wmbusSendFrame(data)

Sends frame through wM-Bus.

api.wmbusReceiveFrame(timeout, ...)

Waits for data reception from wM-Bus.

api.wmbusReceiveSendFrame(ci, payload, timeout)

Waits for data reception from the wM-Bus. After reception, the received frame can be modified and sent back to the device.

warning

This function is only available when the wM-Bus is in the concentrator role.

api.wmbusSendReceiveFrame(ci, payload)

Sends a frame with the specified Control Information and payload from a wM-Bus device in the meter role and listens for a response.

warning

This function is only available when the wM-Bus is in the meter role.

api.wmbusFilter(operation, ...)

Creates and manages internal table of wM-Bus IDs.

warning

This function is only available when the wM-Bus is in the meter role.